home *** CD-ROM | disk | FTP | other *** search
- * Reads the medium defect data into the ScatGat list.
-
- @THREAD RDEFECT.LOG
- @NEWALIAS SADD SCSIADD.GRA
- @IMPORT SCSICOM.SCR
- SADD DD_OPEN
-
- * 0=Async mode, 1=Sync mode
- SADD SET MODE=1
-
- * Command completion timeout (Secs)
- * 0=the assigned value is the default set by the driver,
- * -1=the assigned value is infinite.
- SADD SET TIMEOUT=0
-
-
- * Defect list format:
- * 0 : for Block format (000) not recommended
- * 4 : bytes from index format (100)
- * 5 : physical sector format (101)
- * 6 : vendor specific format (110)
- SADD SET DEFECT_LIST_FORMAT = 4
-
- * 0 : do not return the grown defect list
- * 1 : return the grown defect list
- SADD SET GROWN_DEFECT_LIST = 0
-
- * 0 : do not return the primary list of defects
- * 1 : return the primary list of defects
- SADD SET PRIMARY_DEFECT_LIST = 1
-
-
- * length in bytes of the defect descriptors
- SADD SET NUM_BYTES = 127
-
- * Name for paramblock
- SADD SET LABEL = "READ DEFECT DATA"
-
- SADD READ_DEFECT_DATA
-
- SADD DD_CLOSE
-